PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotationBorder Class / setDashPattern Method
An array that represents the dash pattern when the setStyle property is set to PDFAnnotationBorderStyle.DASHED.
In This Topic
    setDashPattern Method
    In This Topic
    Sets the array that represents the dash pattern.
    Syntax
    public void setDashPattern( 
       double[] dashPattern
    )

    Parameters

    dashPattern
    An array that represents the dash pattern when the setStyle property is set to PDFAnnotationBorderStyle.DASHED.
    See Also